home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / play.dxr / 00065_packageV,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  187 b   |  9 lines

  1. on mouseDown
  2.   global selectedvideonum
  3.   eracemenudownbutton()
  4.   set selectedvideonum to char 1 of string(selectedvideonum) & "P"
  5.   if button() then
  6.     go(selectedvideonum)
  7.   end if
  8. end
  9.